Welcome![Sign In][Sign Up]
Location:
Search - UDP java

Search list

[JSP/Javatcp_chat_teacher_zhang1

Description: java的UDP聊天程序,简单-UDP chat program, a simple
Platform: | Size: 1024 | Author: 无畏 | Hits:

[Internet-NetworkChatSoftware

Description: java新手编的简单聊天小程序用UDP写的,对javanet包中最基本的类的基本应用-series of simple procedures for small chat with UDP written in the right javanet basic package of basic applications
Platform: | Size: 1024 | Author: fengever | Hits:

[DocumentsJava_net(1-11)20031225

Description: 掌握网络基础概念利用Java语言在传输层进行编程UDP、TCP利用Java语言在应用层进行编程SMTP、POP3、HTTP掌握服务器端编程技术Servlet利用Java语言进行简单的分布式计算RMI、CORBA-grasp the concept of network infrastructure using Java language in the transport layer programming UDP, TCP use the Java language in the application layer program SMTP, POP3, HTTP server grasp programming language Java Servlet use of a simple distributed computing RMI, CORBA
Platform: | Size: 250880 | Author: we | Hits:

[CommunicationuniThread

Description: 这是个很不错的编程代码,是有关于UDP的编程是由中科院的老师亲自编写的-this is a very good program code is on the UDP programming from the CAS is personally prepared by the teachers
Platform: | Size: 47104 | Author: 白金田 | Hits:

[Crack Hackpwd

Description: 对一个字符串通过UDP进行加密解密,采用了MD5加密解密功能。-on a string through the UDP for encryption and decryption using the MD5 encryption and decryption functions.
Platform: | Size: 5120 | Author: zhao | Hits:

[Internet-Networkudpkehuduan

Description: 这是一个用JAVA开发的UDP客户端应用程序的原代码有很好的使用价值-This is a development with Java UDP client application's source code is a good value
Platform: | Size: 14336 | Author: 李龙文 | Hits:

[P2PUDPTalker

Description: 一个简单的P2P聊天程序,使用java开发,基于UDP,可以穿越锥形内网,可以方便的扩展成多种用途.-a simple peer-to-peer chat program, the use of java development, based on UDP, to pass through the network within the cone can be easily expanded into a multi-purpose.
Platform: | Size: 399360 | Author: 诸葛 | Hits:

[Internet-Networkudptransport

Description: 基于UDP实现简单的可靠数据传输 由于数据是在不可靠的信道上传输的,因此数据在信道上传输时可能会发生比特错误,数据丢失。Rdt3.0及之前的版本都是停止—等待协议,它限制了网络底层硬件的能力。为克服这个问题引入了流水线技术,两个能恢复流水线中的错误的基本方法:第N个分组重发和选择性重复。综上,要实现差错编码,顺序号,计时器,分组确认,滑动窗口,拥塞控制。-simple UDP based on the reliable data transmission of data is not reliable transmission of the channel, therefore the data transmission channel may occur bit error, data loss. Rdt3.0 and earlier versions are stop-wait for the agreement, which limits the underlying network hardware capabilities. To overcome this problem the introduction of pipeline technology, both of which can restore pipeline error in the basic methods : section N to a re-issued and selective repeat. In sum, to achieve error coding, sequencing, the timer, a confirmation, sliding window, congestion control.
Platform: | Size: 124928 | Author: 周崇青 | Hits:

[Communicationjavaudpbroadcastchat

Description: 自己做的一个java 的聊天工具,主要向实现的事udp的广播、多播识别用户,可以突破局域网的限制,最主要的是想实现文件的广播传送,以及多人的广播语音,最后由于毕业,只完成,语音部分。-have done a java chat tool to achieve the main thing udp in broadcasting, multicast identifies the user, can overcome the limitations LAN, the most important thing is to realize documents broadcasting transmission, and the voice over the radio, finally graduated, completed only voice part.
Platform: | Size: 1258496 | Author: 赵金 | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54272 | Author: 乔峰 | Hits:

[J2MEjsr-180_SIPstack

Description: jsr-180 (SIP) 实现源码。可以在真实手机上使用,但需要获得公网地址,只实现了UDP传输。只可研究学习,不可用于商业用途。-JSR-180 (SIP) to achieve source. In real phone use, but need public address, the only achieved UDP transmission. Learning can only study and may not be used for commercial purposes.
Platform: | Size: 55296 | Author: zs | Hits:

[ICQ-IM-ChatFreeQQ_src

Description: /* 基于组播和udp的局域网聊天工具 email:kinghfut@gmail.com QQ:254648852 */-/* multicast and udp-based LAN chatting tool email : kinghfut@gmail.com QQ : 254648852* /
Platform: | Size: 284672 | Author: king | Hits:

[JSP/Javajava_network_code_examples

Description: 简单清晰具有启发性的实例。 Net1和Client1类实现了TCP的简单应用。 Udp和Udpwatch类实现了UDP的简单应用。 Chater是一个聊天小工具,综合运用了TCP,UDP,IO,GUI,Thread等技术。对初学者很有启发性。-clear and simple instructive examples. Net1 and Client1 category achieved a simple TCP application. Udp Udpwatch category and achieve a simple UDP application. Chater is a small chat tools, the integrated use of the TCP, UDP, IO, GUI, Thread technology. For beginners very instructive.
Platform: | Size: 6144 | Author: 王云波 | Hits:

[Communicationsocket_test

Description: 一个socket测试程序,支持tcp/ip和udp,既可用于server端,也可以用于client端-a socket test procedure, support tcp/ip and udp used for both server side, but also can be used for client-
Platform: | Size: 26624 | Author: wan | Hits:

[JSP/JavaEmail__UDP

Description: 基于UDP的可靠邮件系统,用java语言编写的-reliable UDP-based mail system, with the java language
Platform: | Size: 223232 | Author: 宋文强 | Hits:

[JSP/Javap2ptoudp

Description: P2P之UDP穿透NAT的原理与实现! p2p与网络的应用方面-P2P UDP penetrate NAT's Principle and make it! P2p network and the application
Platform: | Size: 8192 | Author: 李理 | Hits:

[Database systemOftomatization

Description: 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP/IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP/IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Platform: | Size: 10240 | Author: wq57 | Hits:

[JSP/Javafiletransforms

Description: 这是一个简单的文件传送程序.用java实现. 网络接口使用udp-This is a simple file transfer procedures. Using java to achieve. Network Interface use udp
Platform: | Size: 18432 | Author: songjian | Hits:

[JSP/JavachatWithUDP

Description: 利用UDP实现网络聊天室,实现聊天无需建立连接,直接发送接收数据即可-use UDP Network chat room and chatting without realizing connect directly receiving data can be sent
Platform: | Size: 34816 | Author: cwj | Hits:

[JSP/JavaMyMessenger

Description: * This a simple tool to send/receive UDP packet based on a * free software developed by Neil Deason. * The purpose of program is to simulate a remote MGC So that the * SIP Message debugging/testing is possible.-* This a simple tool to send/receive UDP p acket* based on a free software developed by Nei l Deason.* The purpose of program is to simulate So a remote MGC that the SIP Message debugging*/testing is possible.
Platform: | Size: 11264 | Author: adonmiao | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 29 »

CodeBus www.codebus.net